home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat1 / jstat.z / jstat
Encoding:
Text File  |  2001-04-17  |  7.8 KB  |  199 lines

  1.  
  2.  
  3.  
  4. jjjjssssttttaaaatttt((((1111))))                                                              jjjjssssttttaaaatttt((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      _jjjj_ssss_tttt_aaaa_tttt - displays job status information
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      _jjjj_ssss_tttt_aaaa_tttt [_----_aaaa] [_----_jjjj _j_o_b__i_d] [_----_llll] [_----_pppp] [_----_PPPP]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      The _jjjj_ssss_tttt_aaaa_tttt command displays information for active jobs.
  16.  
  17.      The _jjjj_ssss_tttt_aaaa_tttt command accepts the following options:
  18.  
  19.      _----_aaaa                  Displays information about all jobs.
  20.  
  21.      _----_jjjj _j_o_b__i_d           Displays information only for the specified job ID
  22.                          (_j_o_b__i_d).
  23.  
  24.      _----_llll                  Displays limit information about the specified job
  25.                          including the current usage, current limit, and
  26.                          maximum limit.
  27.  
  28.      _----_pppp                  Displays information about each process that belongs
  29.                          to the job including the process ID, state, and
  30.                          executing command.  Memory limits information is
  31.                          displayed in bytes.
  32.  
  33.      _----_PPPP                  Displays the memory limits information in pages
  34.                          rather than in bytes.  This option is used with the
  35.                          _----_llll option.
  36.  
  37.      If no options are specified, the _jjjj_ssss_tttt_aaaa_tttt command will return the current
  38.      job ID, user name of the job owner, and root command for that job.  The
  39.      job ID is printed out in hexadecimal.
  40.  
  41.           _%%%% _jjjj_ssss_tttt_aaaa_tttt
  42.  
  43.  
  44.           JID             OWNER          COMMAND
  45.           --------------- -------------- --------------
  46.           0x17            dan            -ksh
  47.  
  48.  
  49.      If the _----_jjjj option with a _j_o_b__i_d argument is specified, the _jjjj_ssss_tttt_aaaa_tttt command
  50.      will return summary information for the entered job: job ID, owner, and
  51.      command.  The _j_o_b__i_d argument is expected in hexadecimal.  The "0x"
  52.      prefix is optional.
  53.  
  54.           _%%%% _jjjj_ssss_tttt_aaaa_tttt _----_jjjj _0000_xxxx_1111_4444
  55.  
  56.  
  57.           JID             OWNER          COMMAND
  58.           --------------- -------------- --------------
  59.           0x14            janet          -csh
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. jjjjssssttttaaaatttt((((1111))))                                                              jjjjssssttttaaaatttt((((1111))))
  71.  
  72.  
  73.  
  74.      If the _----_llll option is specified, the _jjjj_ssss_tttt_aaaa_tttt command will print out the
  75.      current usage, high usage, current limit, and maximum limit information
  76.      for the current job.  Summary information is always printed.  vmemory is
  77.      virtual memory.  ressetsize is resident set size.
  78.  
  79.           _%%%% _jjjj_ssss_tttt_aaaa_tttt _----_llll
  80.  
  81.  
  82.           JID             OWNER          COMMAND
  83.           --------------- -------------- --------------
  84.           0x17            dan            -ksh
  85.  
  86.  
  87.  
  88.           LIMIT NAME      USAGE          HIGH USAGE     CURRENT LIMIT  MAX LIMIT
  89.           --------------- -------------- -------------- -------------- --------------
  90.           cputime         0              0              unlimited      unlimited
  91.           datasize        1              1              unlimited      unlimited
  92.           files           7              12             400            unlimited
  93.           vmemory         1              1              unlimited      unlimited
  94.           ressetsize      96             96             unlimited      unlimited
  95.           threads         1              1              2048           65535
  96.           processes       2              2              1024           65535
  97.           physmem         96             96             unlimited      unlimited
  98.  
  99.  
  100.      If the  _----_pppp option is specified, the _jjjj_ssss_tttt_aaaa_tttt command will print out
  101.      information for each process that belongs to that job.  Process
  102.      information includes the PIDs, PPIDs, and COMMAND information for the
  103.      job.  Summary information is always printed.
  104.  
  105.           _%%%% _jjjj_ssss_tttt_aaaa_tttt _----_pppp
  106.  
  107.  
  108.           JID             OWNER          COMMAND
  109.           --------------- -------------- --------------
  110.           0x17            dan            -ksh
  111.  
  112.  
  113.  
  114.           PID             PPID           COMMAND
  115.           --------------- -------------- --------------
  116.           2225            2308           -ksh
  117.           2350            2225           jstat -p
  118.  
  119.  
  120.      If the _----_llll and _----_PPPP options are specified, the _jjjj_ssss_tttt_aaaa_tttt command will print out
  121.      the same information that the _----_llll option dislays with the exception that
  122.      memory values are shown in pages.  SGI systems support multiple page
  123.      sizes.  For more information on pages sizes, see the "Multiple Page
  124.      Sizes" section, chapter 10, "System Performance Tuning" in the _I_R_I_X
  125.      _A_d_m_i_n: _S_y_s_t_e_m _C_o_n_f_i_g_u_r_a_t_i_o_n _a_n_d _O_p_e_r_a_t_i_o_n manual.
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. jjjjssssttttaaaatttt((((1111))))                                                              jjjjssssttttaaaatttt((((1111))))
  137.  
  138.  
  139.  
  140.           _%%%% _jjjj_ssss_tttt_aaaa_tttt _----_llll_PPPP
  141.  
  142.  
  143.           JID                OWNER          COMMAND
  144.           ------------------ -------------- --------------
  145.           0x170              dan            -csh
  146.  
  147.           LIMIT NAME         USAGE          HIGH USAGE     CURRENT LIMIT  MAX LIMIT
  148.           ------------------ -------------- -------------- -------------- --------------
  149.           cputime            0              0              unlimited      unlimited
  150.           datasize           7              7              unlimited      unlimited
  151.           files              9              35             400            5000
  152.           vmemory            120            245            unlimited      unlimited
  153.           ressetsize         43             43             unlimited      unlimited
  154.           threads            2              4              2048           2048
  155.           processes          2              4              1024           1024
  156.           physmem            43             43             unlimited      unlimited
  157.  
  158.  
  159.      If the _----_aaaa option is specified, the _jjjj_ssss_tttt_aaaa_tttt command  prints out information
  160.      for all jobs on the system.
  161.  
  162.           _%%%% _jjjj_ssss_tttt_aaaa_tttt _----_aaaa
  163.  
  164.  
  165.           JID             OWNER          COMMAND
  166.           --------------- -------------- --------------
  167.           0x1             root           -ksh
  168.           0x14            janet          -csh
  169.           0x17            dan            -ksh
  170.  
  171.  
  172. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  173.      csh(1), jlimit(1), sh(1).
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.